runtime.timer.unlockAndRun (method)
5 uses
runtime (current package)
time.go#L486: t.unlockAndRun(now, nil) // resets t.when
time.go#L642: t.unlockAndRun(bubble.now, bubble)
time.go#L1108: t.unlockAndRun(now, bubble)
time.go#L1119: func (t *timer) unlockAndRun(now int64, bubble *synctestBubble) {
time.go#L1466: t.unlockAndRun(now, c.bubble)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |